From 81d87e256fb168aacb259c9a893c846191f9d439 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Mon, 10 Jun 2002 09:04:34 +0000 Subject: [PATCH] *** empty log message *** --- lisp/ChangeLog | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index b18554ad752..910c994053a 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,21 @@ +2002-06-10 Richard M. Stallman + + * progmodes/ebrowse.el (ebrowse-draw-tree-fn): Use copy-sequence. + (ebrowse-copy-list): Function deleted. + + * eshell/em-unix.el (eshell/diff): Use copy-sequence. + + * eshell/esh-mode.el (eshell-mode, eshell-mode): Use copy-sequence. + + * eshell/esh-util.el (eshell-copy-list): Function deleted. + (eshell-sublist): Use copy-sequence. + (eshell-copy-tree): Make it an alias for copy-tree. + + * emacs-lisp/cl.el (copy-list): Moved back from subr.el. + + * subr.el (copy-list): Moved to cl.el. + (copy-tree): Don't use copy-list or cl-pop. + 2002-06-10 Miles Bader Make comint use text properties for highlighting instead of overlays: -- 2.30.2